home *** CD-ROM | disk | FTP | other *** search
- /* ------------------------------------------------------------------------------
-
- FILENAME
- PrintingExtensions.h
-
- DESCRIPTION
- This file defines data types and API functions for
- printing extension development.
-
- COPYRIGHT
- Copyright © Apple Computer, Inc. 1989, 1990, 1991, 1992, 1993
- All rights reserved.
-
- ------------------------------------------------------------------------------- */
-
- #ifndef __PRINTINGEXTENSIONS__
- #define __PRINTINGEXTENSIONS__
-
-
- #ifndef __PRINTINGDRIVERS__
- #include <PrintingDrivers.h>
- #endif
-
-
- /* ------------------------------------------------------------------------------
-
- Printing Extension API Contants and Types
-
- -------------------------------------------------------------------------------- */
-
-
-
-
-
-
-
-
- #endif __PRINTINGEXTENSIONS__